home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 21
/
Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso
/
Aminet
/
gfx
/
misc
/
VideoEasel.lha
/
Video Easel
/
CAMRexx
/
CAMParityFlip.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-03-31
|
349b
|
18 lines
/* CAM-Parity-Flip 1.00 © THOR 1995 by an idea of Toffoli */
MakeAlgorithm:
PLANEALGORITHM neumann centers
return
MakePlane:
if plane=0 then; do
newplane=center ^ north ^ south ^ west ^ east ^ center_
if newplane=0 then SETPLANE off
else SETPLANE on
end; else; do
SETPLANE center
end
return